Foram selecionadas três áreas (cerrado, amazonia, mata atlântica)
par(mfrow = c(1,3))
plot(pastAm_10m, col = "yellow", main = "Figura 2 A: Area de pastagem na Amazônia (res: 10m)")
legend("topright", fill = "yellow", legend = "Pastagem")
plot(pastMa_10m, col = "yellow", main = "Figura 2 B: Area de pastagem na Mata Atlantica (res: 10m)")
legend("topright", fill = "yellow", legend = "Pastagem")
plot(pastBhrv_10m, col = "yellow", main = "Figura 2 C: Area de pastagem na BHRV (res: 10m)")
legend("topright", fill = "yellow", legend = "Pastagem")